Skip to main content

MaxOperator

Type

operator

Summary

Max operator.

Syntax

the maximum of <Left> and <Right>

Description

Max operator.

Parameters

NameTypeDescription

Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Value

NameTypeDescription

return

The value of Left, if it is greater than the value of Right, and the value of Right otherwise.

Thank you for your feedback!

Was this page helpful?